- htonl
uint32_t htonl(uint32_t _x)
- htons
uint16_t htons(uint16_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ntohl
uint32_t ntohl(uint32_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ntohs
uint16_t ntohs(uint16_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.